home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / compiler / mppc386.bat < prev    next >
DOS Batch File  |  1998-09-24  |  160b  |  7 lines

  1. ppc386 -Ch8000000 -dI386 -dGDB -a -Sg -OG5az pp.pas %1 %2 %3 %4 %5 %6 %7 %8 %9
  2. if errorlevel 0 goto success
  3. goto failed
  4. :success
  5. copy pp.exe ppc386.exe
  6. :failed
  7.